home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 1998 #6 / 1998 CD 6 (Gul).iso / shared.dir / 01229_Movie 3.ls < prev    next >
Encoding:
Text File  |  1996-02-08  |  203 b   |  13 lines

  1. on mouseDown
  2.   puppetTransition(0)
  3.   sound stop 1
  4.   when keyDown then dontpassevent
  5.   puppetSprite(45, 0)
  6.   ClearPuppets()
  7.   if the movie = "03.dir" then
  8.     go("30")
  9.   else
  10.     go(1, "03")
  11.   end if
  12. end
  13.